home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 4
/
Mac Giga-ROM 4.0 - 1993.toast
/
FILES
/
GAM
/
C-D
/
Core_Wars
/
imp.cannon
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-08-03
|
177 b
|
16 lines
|
[
FGHT/CWAR
]
*
* The imp cannon fires off an imp every
* so often.
*
@-1
timer dat 200
*
lup djz fire,timer
jmp -1
*
fire mov #200,timer
spl imp
jmp lup
*
imp mov 0,1